home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 4 #8 / IMG 39 Aug 1996.iso / More Goodies / More For Your Game / Dark Forces / Scenarios / Commando / AWING.TXT < prev    next >
Text File  |  1996-06-11  |  4KB  |  90 lines

  1. ************************************************************************
  2.         A-WING  3DO version 1.0 FOR DARK FORCES PC 
  3. ************************************************************************
  4.  
  5. Dark Forces game (c) 1994 Lucasfilm Ltd. and LucasArts Entertainment Company.
  6. A-WING (TM) Lucasfilm Ltd.
  7.  
  8. Author:  Gary Belisle ( Keemosabi@AOL.com ) 
  9.  
  10. Special thanks:  Richard Gold (Cmdr Krud), AdmrlBoJoe, 
  11. Carlos Gomez for 3DOSHOW, and Yves Borckmans  for dfuse. 
  12.  
  13. **NOTE**  These 3dos are to be distributed for FREE.  You may post this on 
  14. other BBS in its original file.  Please do not make any changes to the 
  15. files.  I spent many hours working on this project. If you have any ideas 
  16. to improve the design, feel free to E-mail me at the above address. If you 
  17. use this in an add-on level, please include this text file and please give 
  18. credit to the author.  Thanks!
  19.  
  20. The DFAWING.ZIP file contains the following files.
  21.  
  22.     AWINGR.3DO -- A-WING "RED Squadron"
  23.     AWINGB.3DO -- A-WING "BLUE Squadron"
  24.     AWINGG.3DO -- A-WING "GOLD Squadron"
  25.     AWING.TXT  ----  This file.
  26.  
  27. Installation:
  28.  
  29. If you don't have DFUSE and want to install the 3do into your game you 
  30. will need to have an ungobbing utility.  Download UNGOB.EXE from the 
  31. Star Wars library on AOL.  It is dated 2/10 under Dark Forces Utility PC.  
  32. Copy the DARK.GOB file from your Dark Forces CD ( E:\DARK\DARK.GOB ) 
  33. into a directory where you can edit it.  Copy UNGOB.EXE into the same 
  34. directory.  Type  UNGOB  DARK.GOB.  This will extract all the files in 
  35. DARK.GOB.  Now you need to decide where you want to put the 3do.  Go 
  36. ahead and play that level with the cheat code LADATA turned on.  You 
  37. might also want to turn on the cheat code LAREDLITE to freeze all of 
  38. the enemies.  Stand in the middle of a large sector.  Write down the 
  39. coordinates shown on your screen, this will be used as your x, y, and 
  40. z in the definitions section ( see the example below ).  The YAW is 
  41. tottally up to you.  For reference, 0 is the top of your map in DF.  
  42. 90 is to the right of your screen.  180 is the bottom.  270 is to the 
  43. left.  It can be any angle you choose from 0 to 360.  360 is the same 
  44. as 0 though.  Follow the instructions below.   
  45.  
  46. 1.  Copy AWING*.3DO into your Dark Forces directory (C:\DARK).
  47.  
  48. 2.  Edit the .o file of the level you want to put the ship into.  
  49. The .o file contains all the objects in the level, i.e. Stormtroopers, 
  50. Kyles ship, etc. Add to the following.
  51.  
  52. # 3D OBJECTS
  53. # ==========
  54. */ 
  55. PODS N                  ( Add 1 to N number, in this case it would be 5 )
  56.  POD: DEATH.3DO    # 00
  57.  POD: ...........  # 01
  58.  POD: ..........   # 02
  59.  POD: ...........  # 03
  60.  POD: AWINGx.3DO   # 04 ( Add x=R,B,orG )
  61.  
  62. # OBJECT DEFINITIONS
  63. # ==================
  64. */
  65. OBJECTS NNN             ( Add 1 to NNN number )
  66.  
  67. Add the following in the definitions section.  
  68. Everything will be the same accept for the "DATA: " number, 
  69. which will correspond with the POD counting down from 0.  The 
  70. following DATA numbers are just an example.  Make sure they are 
  71. the same as the line you added to the PODS statement in your .o file.
  72.  
  73. /* xxx : AWINGx.3DO    */ 
  74. CLASS: 3D           DATA:  4 X: 325.00 Y:   4.00 Z: 227.00 PCH:   0.00 
  75. YAW:   0.00 ROL:   0.00 DIFF: 0
  76.  
  77. ****NOTE****
  78. Make sure to put the A-WING at least 2 units above the floor.
  79.  
  80. That should do it.  Make sure that your new .o file is also in your 
  81. C:\DARK directory.  Have fun.  Next..................?
  82. ************************************************************************
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.